home *** CD-ROM | disk | FTP | other *** search
- /* $VER: SFS1300 40.1 (22.6.99)
- *
- * 1.3GB 3½" MO file system entry
- *
- * This file enables SFS on a 1.3GB 3½" MO disk cartridge.
- */
-
- /* 1.3GB 3½" MO disks have 625633 2048-byte sectors. 16909*37 = 625633 */
-
- FileSystem = L:SmartFileSystem
- Flags = 0
- Surfaces = 1
- BlocksPerTrack = 37
- SectorsPerBlock = 1
- SectorSize = 2048
- Mask = 0x7FFFFFFE /* Change to suit your system and SCSI controller */
- MaxTransfer = 0xFFFFFFFE /* Change to suit your system and SCSI controller */
- Reserved = 2
- Interleave = 0
- LowCyl = 0
- HighCyl = 16908
- Buffers = 96 /* Number of 2048-byte filesystem buffers */
- BufMemType = 1
- StackSize = 4096
- Priority = 10
- GlobVec = -1
-
- /* The Device and Unit fields are controlled by tooltypes in the SFS1300 icon.
- *
- * Device = scsi.device
- * Unit = 4
- */
-